Public Overrides Function GetAllPrimaryKeysDescending() As List(Of Long)
Dim instance As SingleIndex(Of T,TIndex) Dim value As List(Of Long) value = instance.GetAllPrimaryKeysDescending()
public override List<long> GetAllPrimaryKeysDescending()
public: List<int64>^ GetAllPrimaryKeysDescending(); override